home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Apple Script / scripts / FileMaker & AppleScript / Property Examples / Cell properties next >
Encoding:
Text File  |  1992-04-26  |  293 b   |  12 lines  |  [TEXT/ToyS]

  1. tell application "FileMaker Pro"
  2.     class of Cell "a" of window "Test1"
  3.     best type of Cell 2
  4.     default type of last Cell of last window
  5.     ID of last Cell of last window
  6.     name of Cell 2
  7.     Protection of Cell -2
  8.     Formula of Cell "c"
  9.     Repeat Size of Cell 2
  10.     cellValue of Cell 2
  11.     Lock of Cell 3
  12. end tell